Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.CredentialSummary
-
Packages that use CredentialSummary Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of CredentialSummary in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type CredentialSummary Modifier and Type Method Description List<CredentialSummary>SubjectDetail. credentials()The temporary session credentials vended at the last authenticating call with this subject.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type CredentialSummary Modifier and Type Method Description SubjectDetail.BuilderSubjectDetail.Builder. credentials(CredentialSummary... credentials)The temporary session credentials vended at the last authenticating call with this subject.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type CredentialSummary Modifier and Type Method Description SubjectDetail.BuilderSubjectDetail.Builder. credentials(Collection<CredentialSummary> credentials)The temporary session credentials vended at the last authenticating call with this subject.
-