| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.clone() |
Host |
Host.withHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host.
|
Host |
Host.withName(String name)
The name of the host.
|
Host |
Host.withProviderEndpoint(String providerEndpoint)
The endpoint of the infrastructure where your provider type is installed.
|
Host |
Host.withProviderType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
Host |
Host.withProviderType(String providerType)
The name of the installed provider to be associated with your connection.
|
Host |
Host.withStatus(String status)
The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and
VPC_CONFIG_FAILED_INITIALIZATION.
|
Host |
Host.withStatusMessage(String statusMessage)
The status description for the host.
|
Host |
Host.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration provisioned for the host.
|
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
ListHostsResult.getHosts()
A list of hosts and the details for each host, such as status, endpoint, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
ListHostsResult |
ListHostsResult.withHosts(Host... hosts)
A list of hosts and the details for each host, such as status, endpoint, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHostsResult.setHosts(Collection<Host> hosts)
A list of hosts and the details for each host, such as status, endpoint, and provider type.
|
ListHostsResult |
ListHostsResult.withHosts(Collection<Host> hosts)
A list of hosts and the details for each host, such as status, endpoint, and provider type.
|
Copyright © 2023. All rights reserved.