Uses of Class
software.amazon.awssdk.services.sts.model.ProvidedContext
-
Packages that use ProvidedContext Package Description software.amazon.awssdk.services.sts.model -
-
Uses of ProvidedContext in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type ProvidedContext Modifier and Type Method Description List<ProvidedContext>AssumeRoleRequest. providedContexts()A list of previously acquired trusted context assertions in the format of a JSON array.Methods in software.amazon.awssdk.services.sts.model with parameters of type ProvidedContext Modifier and Type Method Description AssumeRoleRequest.BuilderAssumeRoleRequest.Builder. providedContexts(ProvidedContext... providedContexts)A list of previously acquired trusted context assertions in the format of a JSON array.Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type ProvidedContext Modifier and Type Method Description AssumeRoleRequest.BuilderAssumeRoleRequest.Builder. providedContexts(Collection<ProvidedContext> providedContexts)A list of previously acquired trusted context assertions in the format of a JSON array.
-