Uses of Class
software.amazon.awssdk.services.sts.model.ProvidedContext
Packages that use ProvidedContext
-
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 ProvidedContextModifier and TypeMethodDescriptionfinal 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 ProvidedContextModifier and TypeMethodDescriptionAssumeRoleRequest.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 ProvidedContextModifier and TypeMethodDescriptionAssumeRoleRequest.Builder.providedContexts(Collection<ProvidedContext> providedContexts) A list of previously acquired trusted context assertions in the format of a JSON array.