| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHostResult |
AbstractAWSCodeStarconnections.createHost(CreateHostRequest request) |
CreateHostResult |
AWSCodeStarconnections.createHost(CreateHostRequest createHostRequest)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
CreateHostResult |
AWSCodeStarconnectionsClient.createHost(CreateHostRequest request)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
Future<CreateHostResult> |
AbstractAWSCodeStarconnectionsAsync.createHostAsync(CreateHostRequest request) |
Future<CreateHostResult> |
AWSCodeStarconnectionsAsyncClient.createHostAsync(CreateHostRequest request) |
Future<CreateHostResult> |
AWSCodeStarconnectionsAsync.createHostAsync(CreateHostRequest createHostRequest)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
Future<CreateHostResult> |
AbstractAWSCodeStarconnectionsAsync.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
Future<CreateHostResult> |
AWSCodeStarconnectionsAsyncClient.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
Future<CreateHostResult> |
AWSCodeStarconnectionsAsync.createHostAsync(CreateHostRequest createHostRequest,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHostResult> |
AbstractAWSCodeStarconnectionsAsync.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
Future<CreateHostResult> |
AWSCodeStarconnectionsAsyncClient.createHostAsync(CreateHostRequest request,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler) |
Future<CreateHostResult> |
AWSCodeStarconnectionsAsync.createHostAsync(CreateHostRequest createHostRequest,
AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
| 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) |
CreateHostRequest |
CreateHostRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateHostRequest |
CreateHostRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
Copyright © 2023. All rights reserved.