Uses of Class
org.graylog.integrations.aws.resources.requests.AWSInputCreateRequest
Packages that use AWSInputCreateRequest
Package
Description
-
Uses of AWSInputCreateRequest in org.graylog.integrations.aws.resources
Methods in org.graylog.integrations.aws.resources with parameters of type AWSInputCreateRequestModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAWSResource.create(@Valid @NotNull AWSInputCreateRequest saveRequest) -
Uses of AWSInputCreateRequest in org.graylog.integrations.aws.resources.requests
Methods in org.graylog.integrations.aws.resources.requests that return AWSInputCreateRequestModifier and TypeMethodDescriptionabstract AWSInputCreateRequestAWSInputCreateRequest.Builder.build() -
Uses of AWSInputCreateRequest in org.graylog.integrations.aws.service
Methods in org.graylog.integrations.aws.service with parameters of type AWSInputCreateRequestModifier and TypeMethodDescriptionAWSService.saveInput(AWSInputCreateRequest request, User user) Save the AWS Input This method takes the individual input params in theAWSInputCreateRequestand creates/saves an input with them.