Uses of Interface
software.amazon.awssdk.services.sts.model.ProvidedContext.Builder
-
Packages that use ProvidedContext.Builder Package Description software.amazon.awssdk.services.sts.model -
-
Uses of ProvidedContext.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return ProvidedContext.Builder Modifier and Type Method Description static ProvidedContext.BuilderProvidedContext. builder()ProvidedContext.BuilderProvidedContext.Builder. contextAssertion(String contextAssertion)The signed and encrypted trusted context assertion generated by the context provider.ProvidedContext.BuilderProvidedContext.Builder. providerArn(String providerArn)The context provider ARN from which the trusted context assertion was generated.ProvidedContext.BuilderProvidedContext. toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type ProvidedContext.Builder Modifier and Type Method Description static Class<? extends ProvidedContext.Builder>ProvidedContext. serializableBuilderClass()
-