Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.VerifySessionRequest.Builder
-
Packages that use VerifySessionRequest.Builder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.model -
-
Uses of VerifySessionRequest.Builder in software.amazon.awssdk.services.codecatalyst
Method parameters in software.amazon.awssdk.services.codecatalyst with type arguments of type VerifySessionRequest.Builder Modifier and Type Method Description default CompletableFuture<VerifySessionResponse>CodeCatalystAsyncClient. verifySession(Consumer<VerifySessionRequest.Builder> verifySessionRequest)Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.default VerifySessionResponseCodeCatalystClient. verifySession(Consumer<VerifySessionRequest.Builder> verifySessionRequest)Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. -
Uses of VerifySessionRequest.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return VerifySessionRequest.Builder Modifier and Type Method Description static VerifySessionRequest.BuilderVerifySessionRequest. builder()VerifySessionRequest.BuilderVerifySessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)VerifySessionRequest.BuilderVerifySessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)VerifySessionRequest.BuilderVerifySessionRequest. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type VerifySessionRequest.Builder Modifier and Type Method Description static Class<? extends VerifySessionRequest.Builder>VerifySessionRequest. serializableBuilderClass()
-