Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEc2VpcEndpointServiceServiceTypeDetails
-
Packages that use AwsEc2VpcEndpointServiceServiceTypeDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2VpcEndpointServiceServiceTypeDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2VpcEndpointServiceServiceTypeDetails Modifier and Type Method Description List<AwsEc2VpcEndpointServiceServiceTypeDetails>AwsEc2VpcEndpointServiceDetails. serviceType()The types for the service.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEc2VpcEndpointServiceServiceTypeDetails Modifier and Type Method Description AwsEc2VpcEndpointServiceDetails.BuilderAwsEc2VpcEndpointServiceDetails.Builder. serviceType(AwsEc2VpcEndpointServiceServiceTypeDetails... serviceType)The types for the service.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2VpcEndpointServiceServiceTypeDetails Modifier and Type Method Description AwsEc2VpcEndpointServiceDetails.BuilderAwsEc2VpcEndpointServiceDetails.Builder. serviceType(Collection<AwsEc2VpcEndpointServiceServiceTypeDetails> serviceType)The types for the service.
-