Uses of Class
software.amazon.awssdk.services.codecatalyst.model.VerifySessionResponse
-
Packages that use VerifySessionResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of VerifySessionResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return VerifySessionResponse Modifier and Type Method Description default VerifySessionResponseCodeCatalystClient. verifySession(Consumer<VerifySessionRequest.Builder> verifySessionRequest)Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.default VerifySessionResponseCodeCatalystClient. verifySession(VerifySessionRequest verifySessionRequest)Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type VerifySessionResponse 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 CompletableFuture<VerifySessionResponse>CodeCatalystAsyncClient. verifySession(VerifySessionRequest verifySessionRequest)Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.
-