| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHostResult |
AWSCodeConnectionsClient.createHost(CreateHostRequest request)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
CreateHostResult |
AWSCodeConnections.createHost(CreateHostRequest createHostRequest)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
CreateHostResult |
AbstractAWSCodeConnections.createHost(CreateHostRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHostResult> |
AWSCodeConnectionsAsyncClient.createHostAsync(CreateHostRequest request) |
Future<CreateHostResult> |
AWSCodeConnectionsAsync.createHostAsync(CreateHostRequest createHostRequest)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
Future<CreateHostResult> |
AbstractAWSCodeConnectionsAsync.createHostAsync(CreateHostRequest request) |
Future<CreateHostResult> |
AWSCodeConnectionsAsyncClient.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
Future<CreateHostResult> |
AWSCodeConnectionsAsync.createHostAsync(CreateHostRequest createHostRequest,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
Future<CreateHostResult> |
AbstractAWSCodeConnectionsAsync.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHostResult> |
AWSCodeConnectionsAsyncClient.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
Future<CreateHostResult> |
AWSCodeConnectionsAsync.createHostAsync(CreateHostRequest createHostRequest,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
Future<CreateHostResult> |
AbstractAWSCodeConnectionsAsync.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateHostResult |
CreateHostResult.clone() |
CreateHostResult |
CreateHostResult.withHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be created.
|
CreateHostResult |
CreateHostResult.withTags(Collection<Tag> tags)
Tags for the created host.
|
CreateHostResult |
CreateHostResult.withTags(Tag... tags)
Tags for the created host.
|
Copyright © 2024. All rights reserved.