Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsOpenSearchServiceDomainVpcOptionsDetails.Builder
-
Packages that use AwsOpenSearchServiceDomainVpcOptionsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsOpenSearchServiceDomainVpcOptionsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsOpenSearchServiceDomainVpcOptionsDetails.Builder Modifier and Type Method Description static AwsOpenSearchServiceDomainVpcOptionsDetails.BuilderAwsOpenSearchServiceDomainVpcOptionsDetails. builder()AwsOpenSearchServiceDomainVpcOptionsDetails.BuilderAwsOpenSearchServiceDomainVpcOptionsDetails.Builder. securityGroupIds(String... securityGroupIds)The list of security group IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuilderAwsOpenSearchServiceDomainVpcOptionsDetails.Builder. securityGroupIds(Collection<String> securityGroupIds)The list of security group IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuilderAwsOpenSearchServiceDomainVpcOptionsDetails.Builder. subnetIds(String... subnetIds)A list of subnet IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuilderAwsOpenSearchServiceDomainVpcOptionsDetails.Builder. subnetIds(Collection<String> subnetIds)A list of subnet IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuilderAwsOpenSearchServiceDomainVpcOptionsDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsOpenSearchServiceDomainVpcOptionsDetails.Builder Modifier and Type Method Description static Class<? extends AwsOpenSearchServiceDomainVpcOptionsDetails.Builder>AwsOpenSearchServiceDomainVpcOptionsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsOpenSearchServiceDomainVpcOptionsDetails.Builder Modifier and Type Method Description default AwsOpenSearchServiceDomainDetails.BuilderAwsOpenSearchServiceDomainDetails.Builder. vpcOptions(Consumer<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder> vpcOptions)Information that OpenSearch Service derives based onVPCOptionsfor the domain.
-