Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRootResponse.Builder
Packages that use AssumeRootResponse.Builder
-
Uses of AssumeRootResponse.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRootResponse.BuilderModifier and TypeMethodDescriptionstatic AssumeRootResponse.BuilderAssumeRootResponse.builder()default AssumeRootResponse.BuilderAssumeRootResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRootResponse.Builder.credentials(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRootResponse.Builder.sourceIdentity(String sourceIdentity) The source identity specified by the principal that is calling theAssumeRootoperation.AssumeRootResponse.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRootResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumeRootResponse.Builder>AssumeRootResponse.serializableBuilderClass()