Uses of Interface
software.amazon.awssdk.services.guardduty.model.ListPublishingDestinationsRequest.Builder
-
Packages that use ListPublishingDestinationsRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data.software.amazon.awssdk.services.guardduty.model -
-
Uses of ListPublishingDestinationsRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type ListPublishingDestinationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListPublishingDestinationsResponse>GuardDutyAsyncClient. listPublishingDestinations(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)Returns a list of publishing destinations associated with the specifieddetectorId.default ListPublishingDestinationsResponseGuardDutyClient. listPublishingDestinations(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)Returns a list of publishing destinations associated with the specifieddetectorId.default ListPublishingDestinationsPublisherGuardDutyAsyncClient. listPublishingDestinationsPaginator(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)Returns a list of publishing destinations associated with the specifieddetectorId.default ListPublishingDestinationsIterableGuardDutyClient. listPublishingDestinationsPaginator(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)Returns a list of publishing destinations associated with the specifieddetectorId. -
Uses of ListPublishingDestinationsRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ListPublishingDestinationsRequest.Builder Modifier and Type Method Description static ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest. builder()ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest.Builder. detectorId(String detectorId)The ID of the detector to retrieve publishing destinations for.ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest.Builder. nextToken(String nextToken)A token to use for paginating results that are returned in the response.ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPublishingDestinationsRequest.BuilderListPublishingDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ListPublishingDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends ListPublishingDestinationsRequest.Builder>ListPublishingDestinationsRequest. serializableBuilderClass()
-