| 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 |
|---|---|
UpdateKxEnvironmentResult |
AbstractAWSfinspace.updateKxEnvironment(UpdateKxEnvironmentRequest request) |
UpdateKxEnvironmentResult |
AWSfinspace.updateKxEnvironment(UpdateKxEnvironmentRequest updateKxEnvironmentRequest)
Updates information for the given kdb environment.
|
UpdateKxEnvironmentResult |
AWSfinspaceClient.updateKxEnvironment(UpdateKxEnvironmentRequest request)
Updates information for the given kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKxEnvironmentResult> |
AbstractAWSfinspaceAsync.updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request,
AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler) |
Future<UpdateKxEnvironmentResult> |
AWSfinspaceAsync.updateKxEnvironmentAsync(UpdateKxEnvironmentRequest updateKxEnvironmentRequest,
AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler)
Updates information for the given kdb environment.
|
Future<UpdateKxEnvironmentResult> |
AWSfinspaceAsyncClient.updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request,
AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.clone() |
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withDescription(String description)
The description of the environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withDnsStatus(String dnsStatus)
The status of DNS configuration.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withName(String name)
The name of the kdb environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withStatus(EnvironmentStatus status)
The status of the kdb environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withStatus(String status)
The status of the kdb environment.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withTgwStatus(String tgwStatus)
The status of the network configuration.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
|
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) |
UpdateKxEnvironmentResult |
UpdateKxEnvironmentResult.withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was updated.
|
Copyright © 2024. All rights reserved.