| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
GetKxEnvironmentResult |
AWSfinspaceClient.getKxEnvironment(GetKxEnvironmentRequest request)
Retrieves all the information for the specified kdb environment.
|
GetKxEnvironmentResult |
AWSfinspace.getKxEnvironment(GetKxEnvironmentRequest getKxEnvironmentRequest)
Retrieves all the information for the specified kdb environment.
|
GetKxEnvironmentResult |
AbstractAWSfinspace.getKxEnvironment(GetKxEnvironmentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetKxEnvironmentResult> |
AbstractAWSfinspaceAsync.getKxEnvironmentAsync(GetKxEnvironmentRequest request,
AsyncHandler<GetKxEnvironmentRequest,GetKxEnvironmentResult> asyncHandler) |
Future<GetKxEnvironmentResult> |
AWSfinspaceAsync.getKxEnvironmentAsync(GetKxEnvironmentRequest getKxEnvironmentRequest,
AsyncHandler<GetKxEnvironmentRequest,GetKxEnvironmentResult> asyncHandler)
Retrieves all the information for the specified kdb environment.
|
Future<GetKxEnvironmentResult> |
AWSfinspaceAsyncClient.getKxEnvironmentAsync(GetKxEnvironmentRequest request,
AsyncHandler<GetKxEnvironmentRequest,GetKxEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetKxEnvironmentResult |
GetKxEnvironmentResult.clone() |
GetKxEnvironmentResult |
GetKxEnvironmentResult.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withDescription(String description)
A description for the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withDnsStatus(String dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withName(String name)
The name of the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withStatus(EnvironmentStatus status)
The status of the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withStatus(String status)
The status of the kdb environment.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withTgwStatus(String tgwStatus)
The status of the network configuration.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
|
GetKxEnvironmentResult |
GetKxEnvironmentResult.withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) |
GetKxEnvironmentResult |
GetKxEnvironmentResult.withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was updated.
|
Copyright © 2023. All rights reserved.