Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointServiceConfigurationResponse
Packages that use CreateVpcEndpointServiceConfigurationResponse
-
Uses of CreateVpcEndpointServiceConfigurationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcEndpointServiceConfigurationResponseModifier and TypeMethodDescriptionEc2Client.createVpcEndpointServiceConfiguration(Consumer<CreateVpcEndpointServiceConfigurationRequest.Builder> createVpcEndpointServiceConfigurationRequest) Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.Ec2Client.createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest) Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpcEndpointServiceConfigurationResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEndpointServiceConfiguration(Consumer<CreateVpcEndpointServiceConfigurationRequest.Builder> createVpcEndpointServiceConfigurationRequest) Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.Ec2AsyncClient.createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest) Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.