| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
GetHostResult |
AbstractAWSCodeConnections.getHost(GetHostRequest request) |
GetHostResult |
AWSCodeConnectionsClient.getHost(GetHostRequest request)
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC
configuration.
|
GetHostResult |
AWSCodeConnections.getHost(GetHostRequest getHostRequest)
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostResult> |
AbstractAWSCodeConnectionsAsync.getHostAsync(GetHostRequest request) |
Future<GetHostResult> |
AWSCodeConnectionsAsync.getHostAsync(GetHostRequest getHostRequest)
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC
configuration.
|
Future<GetHostResult> |
AWSCodeConnectionsAsyncClient.getHostAsync(GetHostRequest request) |
Future<GetHostResult> |
AbstractAWSCodeConnectionsAsync.getHostAsync(GetHostRequest request,
AsyncHandler<GetHostRequest,GetHostResult> asyncHandler) |
Future<GetHostResult> |
AWSCodeConnectionsAsync.getHostAsync(GetHostRequest getHostRequest,
AsyncHandler<GetHostRequest,GetHostResult> asyncHandler)
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC
configuration.
|
Future<GetHostResult> |
AWSCodeConnectionsAsyncClient.getHostAsync(GetHostRequest request,
AsyncHandler<GetHostRequest,GetHostResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostResult> |
AbstractAWSCodeConnectionsAsync.getHostAsync(GetHostRequest request,
AsyncHandler<GetHostRequest,GetHostResult> asyncHandler) |
Future<GetHostResult> |
AWSCodeConnectionsAsync.getHostAsync(GetHostRequest getHostRequest,
AsyncHandler<GetHostRequest,GetHostResult> asyncHandler)
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC
configuration.
|
Future<GetHostResult> |
AWSCodeConnectionsAsyncClient.getHostAsync(GetHostRequest request,
AsyncHandler<GetHostRequest,GetHostResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetHostResult |
GetHostResult.clone() |
GetHostResult |
GetHostResult.withName(String name)
The name of the requested host.
|
GetHostResult |
GetHostResult.withProviderEndpoint(String providerEndpoint)
The endpoint of the infrastructure represented by the requested host.
|
GetHostResult |
GetHostResult.withProviderType(ProviderType providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
|
GetHostResult |
GetHostResult.withProviderType(String providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
|
GetHostResult |
GetHostResult.withStatus(String status)
The status of the requested host.
|
GetHostResult |
GetHostResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the requested host.
|
Copyright © 2024. All rights reserved.