Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRootResponse.Builder
-
Packages that use AssumeRootResponse.Builder Package Description software.amazon.awssdk.services.sts.model -
-
Uses of AssumeRootResponse.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRootResponse.Builder Modifier and Type Method Description static 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.BuilderAssumeRootResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRootResponse.BuilderAssumeRootResponse.Builder. sourceIdentity(String sourceIdentity)The source identity specified by the principal that is calling theAssumeRootoperation.AssumeRootResponse.BuilderAssumeRootResponse. toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRootResponse.Builder Modifier and Type Method Description static Class<? extends AssumeRootResponse.Builder>AssumeRootResponse. serializableBuilderClass()
-