Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.GetCredentialsForIdentityResponse.Builder
-
Packages that use GetCredentialsForIdentityResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of GetCredentialsForIdentityResponse.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return GetCredentialsForIdentityResponse.Builder Modifier and Type Method Description static GetCredentialsForIdentityResponse.BuilderGetCredentialsForIdentityResponse. builder()default GetCredentialsForIdentityResponse.BuilderGetCredentialsForIdentityResponse.Builder. credentials(Consumer<Credentials.Builder> credentials)Credentials for the provided identity ID.GetCredentialsForIdentityResponse.BuilderGetCredentialsForIdentityResponse.Builder. credentials(Credentials credentials)Credentials for the provided identity ID.GetCredentialsForIdentityResponse.BuilderGetCredentialsForIdentityResponse.Builder. identityId(String identityId)A unique identifier in the format REGION:GUID.GetCredentialsForIdentityResponse.BuilderGetCredentialsForIdentityResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type GetCredentialsForIdentityResponse.Builder Modifier and Type Method Description static Class<? extends GetCredentialsForIdentityResponse.Builder>GetCredentialsForIdentityResponse. serializableBuilderClass()
-