Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CreateVPCConnectionResult |
AbstractAmazonQuickSight.createVPCConnection(CreateVPCConnectionRequest request) |
CreateVPCConnectionResult |
AmazonQuickSightClient.createVPCConnection(CreateVPCConnectionRequest request)
Creates a new VPC connection.
|
CreateVPCConnectionResult |
AmazonQuickSight.createVPCConnection(CreateVPCConnectionRequest createVPCConnectionRequest)
Creates a new VPC connection.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVPCConnectionResult> |
AbstractAmazonQuickSightAsync.createVPCConnectionAsync(CreateVPCConnectionRequest request,
AsyncHandler<CreateVPCConnectionRequest,CreateVPCConnectionResult> asyncHandler) |
Future<CreateVPCConnectionResult> |
AmazonQuickSightAsyncClient.createVPCConnectionAsync(CreateVPCConnectionRequest request,
AsyncHandler<CreateVPCConnectionRequest,CreateVPCConnectionResult> asyncHandler) |
Future<CreateVPCConnectionResult> |
AmazonQuickSightAsync.createVPCConnectionAsync(CreateVPCConnectionRequest createVPCConnectionRequest,
AsyncHandler<CreateVPCConnectionRequest,CreateVPCConnectionResult> asyncHandler)
Creates a new VPC connection.
|
Modifier and Type | Method and Description |
---|---|
CreateVPCConnectionResult |
CreateVPCConnectionResult.clone() |
CreateVPCConnectionResult |
CreateVPCConnectionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withAvailabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withCreationStatus(String creationStatus)
The status of the creation of the VPC connection.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withCreationStatus(VPCConnectionResourceStatus creationStatus)
The status of the creation of the VPC connection.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withStatus(Integer status)
The HTTP status of the request.
|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withVPCConnectionId(String vPCConnectionId)
The ID for the VPC connection that you're creating.
|
Copyright © 2023. All rights reserved.