Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.GetSubjectResponse
-
Packages that use GetSubjectResponse Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. -
-
Uses of GetSubjectResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return GetSubjectResponse Modifier and Type Method Description default GetSubjectResponseRolesAnywhereClient. getSubject(Consumer<GetSubjectRequest.Builder> getSubjectRequest)Gets a subject, which associates a certificate identity with authentication attempts.default GetSubjectResponseRolesAnywhereClient. getSubject(GetSubjectRequest getSubjectRequest)Gets a subject, which associates a certificate identity with authentication attempts.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type GetSubjectResponse Modifier and Type Method Description default CompletableFuture<GetSubjectResponse>RolesAnywhereAsyncClient. getSubject(Consumer<GetSubjectRequest.Builder> getSubjectRequest)Gets a subject, which associates a certificate identity with authentication attempts.default CompletableFuture<GetSubjectResponse>RolesAnywhereAsyncClient. getSubject(GetSubjectRequest getSubjectRequest)Gets a subject, which associates a certificate identity with authentication attempts.
-