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)Reserved for future use.ProvidedContext.BuilderProvidedContext.Builder. providerArn(String providerArn)Reserved for future use.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()
-