Uses of Class
software.amazon.awssdk.services.identitystore.model.ExternalId
-
Packages that use ExternalId Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of ExternalId in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return ExternalId Modifier and Type Method Description ExternalIdAlternateIdentifier. externalId()The identifier issued to this resource by an external identity provider.Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type ExternalId Modifier and Type Method Description List<ExternalId>DescribeGroupResponse. externalIds()A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.List<ExternalId>DescribeUserResponse. externalIds()A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.List<ExternalId>Group. externalIds()A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.List<ExternalId>User. externalIds()A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.Methods in software.amazon.awssdk.services.identitystore.model with parameters of type ExternalId Modifier and Type Method Description AlternateIdentifier.BuilderAlternateIdentifier.Builder. externalId(ExternalId externalId)The identifier issued to this resource by an external identity provider.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. externalIds(ExternalId... externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.DescribeUserResponse.BuilderDescribeUserResponse.Builder. externalIds(ExternalId... externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.Group.BuilderGroup.Builder. externalIds(ExternalId... externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.User.BuilderUser.Builder. externalIds(ExternalId... externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.static AlternateIdentifierAlternateIdentifier. fromExternalId(ExternalId externalId)Create an instance of this class withAlternateIdentifier.externalId()initialized to the given value.Method parameters in software.amazon.awssdk.services.identitystore.model with type arguments of type ExternalId Modifier and Type Method Description DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. externalIds(Collection<ExternalId> externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.DescribeUserResponse.BuilderDescribeUserResponse.Builder. externalIds(Collection<ExternalId> externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.Group.BuilderGroup.Builder. externalIds(Collection<ExternalId> externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.User.BuilderUser.Builder. externalIds(Collection<ExternalId> externalIds)A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.
-