Uses of Interface
software.amazon.awssdk.services.finspacedata.model.GetWorkingLocationRequest.Builder
-
Packages that use GetWorkingLocationRequest.Builder Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace.software.amazon.awssdk.services.finspacedata.model -
-
Uses of GetWorkingLocationRequest.Builder in software.amazon.awssdk.services.finspacedata
Method parameters in software.amazon.awssdk.services.finspacedata with type arguments of type GetWorkingLocationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetWorkingLocationResponse>FinspaceDataAsyncClient. getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)Deprecated.This method will be discontinued.default GetWorkingLocationResponseFinspaceDataClient. getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)Deprecated.This method will be discontinued. -
Uses of GetWorkingLocationRequest.Builder in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return GetWorkingLocationRequest.Builder Modifier and Type Method Description static GetWorkingLocationRequest.BuilderGetWorkingLocationRequest. builder()GetWorkingLocationRequest.BuilderGetWorkingLocationRequest.Builder. locationType(String locationType)Specify the type of the working location.GetWorkingLocationRequest.BuilderGetWorkingLocationRequest.Builder. locationType(LocationType locationType)Specify the type of the working location.GetWorkingLocationRequest.BuilderGetWorkingLocationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkingLocationRequest.BuilderGetWorkingLocationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkingLocationRequest.BuilderGetWorkingLocationRequest. toBuilder()Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type GetWorkingLocationRequest.Builder Modifier and Type Method Description static Class<? extends GetWorkingLocationRequest.Builder>GetWorkingLocationRequest. serializableBuilderClass()
-