Uses of Class
com.amazonaws.services.ec2.model.CreateVpcEndpointResult
-
Packages that use CreateVpcEndpointResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateVpcEndpointResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVpcEndpointResult Modifier and Type Method Description CreateVpcEndpointResult
AbstractAmazonEC2. createVpcEndpoint(CreateVpcEndpointRequest request)
CreateVpcEndpointResult
AmazonEC2. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates a VPC endpoint for a specified AWS service.CreateVpcEndpointResult
AmazonEC2Client. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates a VPC endpoint for a specified AWS service.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcEndpointResult Modifier and Type Method Description Future<CreateVpcEndpointResult>
AbstractAmazonEC2Async. createVpcEndpointAsync(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Future<CreateVpcEndpointResult>
AmazonEC2Async. createVpcEndpointAsync(CreateVpcEndpointRequest createVpcEndpointRequest, AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Creates a VPC endpoint for a specified AWS service.Future<CreateVpcEndpointResult>
AmazonEC2AsyncClient. createVpcEndpointAsync(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
-
Uses of CreateVpcEndpointResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcEndpointResult Modifier and Type Method Description CreateVpcEndpointResult
CreateVpcEndpointResult. clone()
CreateVpcEndpointResult
CreateVpcEndpointResult. withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateVpcEndpointResult
CreateVpcEndpointResult. withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
-