Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpcEndpointServiceConfigurationResponse
-
Packages that use ModifyVpcEndpointServiceConfigurationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ModifyVpcEndpointServiceConfigurationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVpcEndpointServiceConfigurationResponse Modifier and Type Method Description default ModifyVpcEndpointServiceConfigurationResponseEc2Client. modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest)Modifies the attributes of the specified VPC endpoint service configuration.default ModifyVpcEndpointServiceConfigurationResponseEc2Client. modifyVpcEndpointServiceConfiguration(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest)Modifies the attributes of the specified VPC endpoint service configuration.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyVpcEndpointServiceConfigurationResponse Modifier and Type Method Description default CompletableFuture<ModifyVpcEndpointServiceConfigurationResponse>Ec2AsyncClient. modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest)Modifies the attributes of the specified VPC endpoint service configuration.default CompletableFuture<ModifyVpcEndpointServiceConfigurationResponse>Ec2AsyncClient. modifyVpcEndpointServiceConfiguration(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest)Modifies the attributes of the specified VPC endpoint service configuration.
-