Uses of Interface
software.amazon.awssdk.services.finspace.model.GetKxUserRequest.Builder
-
Packages that use GetKxUserRequest.Builder Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.model -
-
Uses of GetKxUserRequest.Builder in software.amazon.awssdk.services.finspace
Method parameters in software.amazon.awssdk.services.finspace with type arguments of type GetKxUserRequest.Builder Modifier and Type Method Description default CompletableFuture<GetKxUserResponse>FinspaceAsyncClient. getKxUser(Consumer<GetKxUserRequest.Builder> getKxUserRequest)Retrieves information about the specified kdb user.default GetKxUserResponseFinspaceClient. getKxUser(Consumer<GetKxUserRequest.Builder> getKxUserRequest)Retrieves information about the specified kdb user. -
Uses of GetKxUserRequest.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return GetKxUserRequest.Builder Modifier and Type Method Description static GetKxUserRequest.BuilderGetKxUserRequest. builder()GetKxUserRequest.BuilderGetKxUserRequest.Builder. environmentId(String environmentId)A unique identifier for the kdb environment.GetKxUserRequest.BuilderGetKxUserRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetKxUserRequest.BuilderGetKxUserRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetKxUserRequest.BuilderGetKxUserRequest. toBuilder()GetKxUserRequest.BuilderGetKxUserRequest.Builder. userName(String userName)A unique identifier for the user.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type GetKxUserRequest.Builder Modifier and Type Method Description static Class<? extends GetKxUserRequest.Builder>GetKxUserRequest. serializableBuilderClass()
-