| 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 |
|---|---|
Future<UpdateEnvironmentResult> |
AWSfinspaceAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Deprecated.
|
Future<UpdateEnvironmentResult> |
AbstractAWSfinspaceAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Deprecated.
|
Future<UpdateEnvironmentResult> |
AWSfinspaceAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDescription(String description)
The description of the environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withEnvironmentId(String environmentId)
The identifier of the FinSpace environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withFederationMode(FederationMode federationMode)
Authentication mode for the environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withFederationMode(String federationMode)
Authentication mode for the environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withFederationParameters(FederationParameters federationParameters) |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
The name of the environment.
|
Copyright © 2023. All rights reserved.