Uses of Interface
software.amazon.awssdk.services.sts.model.GetCallerIdentityResponse.Builder
-
Packages that use GetCallerIdentityResponse.Builder Package Description software.amazon.awssdk.services.sts.model -
-
Uses of GetCallerIdentityResponse.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return GetCallerIdentityResponse.Builder Modifier and Type Method Description GetCallerIdentityResponse.BuilderGetCallerIdentityResponse.Builder. account(String account)The Amazon Web Services account ID number of the account that owns or contains the calling entity.GetCallerIdentityResponse.BuilderGetCallerIdentityResponse.Builder. arn(String arn)The Amazon Web Services ARN associated with the calling entity.static GetCallerIdentityResponse.BuilderGetCallerIdentityResponse. builder()GetCallerIdentityResponse.BuilderGetCallerIdentityResponse. toBuilder()GetCallerIdentityResponse.BuilderGetCallerIdentityResponse.Builder. userId(String userId)The unique identifier of the calling entity.Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type GetCallerIdentityResponse.Builder Modifier and Type Method Description static Class<? extends GetCallerIdentityResponse.Builder>GetCallerIdentityResponse. serializableBuilderClass()
-