Uses of Interface
software.amazon.awssdk.services.glue.model.StopSessionRequest.Builder
-
Packages that use StopSessionRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StopSessionRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StopSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopSessionResponse>GlueAsyncClient. stopSession(Consumer<StopSessionRequest.Builder> stopSessionRequest)Stops the session.default StopSessionResponseGlueClient. stopSession(Consumer<StopSessionRequest.Builder> stopSessionRequest)Stops the session. -
Uses of StopSessionRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StopSessionRequest.Builder Modifier and Type Method Description static StopSessionRequest.BuilderStopSessionRequest. builder()StopSessionRequest.BuilderStopSessionRequest.Builder. id(String id)The ID of the session to be stopped.StopSessionRequest.BuilderStopSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopSessionRequest.BuilderStopSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopSessionRequest.BuilderStopSessionRequest.Builder. requestOrigin(String requestOrigin)The origin of the request.StopSessionRequest.BuilderStopSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StopSessionRequest.Builder Modifier and Type Method Description static Class<? extends StopSessionRequest.Builder>StopSessionRequest. serializableBuilderClass()
-