| 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) |
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 |
|---|---|
CreateHostRequest |
CreateHostRequest.clone() |
CreateHostRequest |
CreateHostRequest.withName(String name)
The name of the host to be created.
|
CreateHostRequest |
CreateHostRequest.withProviderEndpoint(String providerEndpoint)
The endpoint of the infrastructure to be represented by the host after it is created.
|
CreateHostRequest |
CreateHostRequest.withProviderType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
CreateHostRequest |
CreateHostRequest.withProviderType(String providerType)
The name of the installed provider to be associated with your connection.
|
CreateHostRequest |
CreateHostRequest.withTags(Collection<Tag> tags)
Tags for the host to be created.
|
CreateHostRequest |
CreateHostRequest.withTags(Tag... tags)
Tags for the host to be created.
|
CreateHostRequest |
CreateHostRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
Copyright © 2024. All rights reserved.