Uses of Interface
software.amazon.awssdk.services.guardduty.model.GetIpSetRequest.Builder
-
Packages that use GetIpSetRequest.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 GetIpSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type GetIpSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIpSetResponse>GuardDutyAsyncClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)Retrieves the IPSet specified by theipSetId.default GetIpSetResponseGuardDutyClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)Retrieves the IPSet specified by theipSetId. -
Uses of GetIpSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return GetIpSetRequest.Builder Modifier and Type Method Description static GetIpSetRequest.BuilderGetIpSetRequest. builder()GetIpSetRequest.BuilderGetIpSetRequest.Builder. detectorId(String detectorId)The unique ID of the detector that the IPSet is associated with.GetIpSetRequest.BuilderGetIpSetRequest.Builder. ipSetId(String ipSetId)The unique ID of the IPSet to retrieve.GetIpSetRequest.BuilderGetIpSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpSetRequest.BuilderGetIpSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIpSetRequest.BuilderGetIpSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type GetIpSetRequest.Builder Modifier and Type Method Description static Class<? extends GetIpSetRequest.Builder>GetIpSetRequest. serializableBuilderClass()
-