| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListSAMLProviderTagsResult |
AmazonIdentityManagement.listSAMLProviderTags(ListSAMLProviderTagsRequest listSAMLProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
ListSAMLProviderTagsResult |
AmazonIdentityManagementClient.listSAMLProviderTags(ListSAMLProviderTagsRequest request)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
ListSAMLProviderTagsResult |
AbstractAmazonIdentityManagement.listSAMLProviderTags(ListSAMLProviderTagsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSAMLProviderTagsResult> |
AmazonIdentityManagementAsyncClient.listSAMLProviderTagsAsync(ListSAMLProviderTagsRequest request,
AsyncHandler<ListSAMLProviderTagsRequest,ListSAMLProviderTagsResult> asyncHandler) |
Future<ListSAMLProviderTagsResult> |
AmazonIdentityManagementAsync.listSAMLProviderTagsAsync(ListSAMLProviderTagsRequest listSAMLProviderTagsRequest,
AsyncHandler<ListSAMLProviderTagsRequest,ListSAMLProviderTagsResult> asyncHandler)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
Future<ListSAMLProviderTagsResult> |
AbstractAmazonIdentityManagementAsync.listSAMLProviderTagsAsync(ListSAMLProviderTagsRequest request,
AsyncHandler<ListSAMLProviderTagsRequest,ListSAMLProviderTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSAMLProviderTagsResult |
ListSAMLProviderTagsResult.clone() |
ListSAMLProviderTagsResult |
ListSAMLProviderTagsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListSAMLProviderTagsResult |
ListSAMLProviderTagsResult.withMarker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
ListSAMLProviderTagsResult |
ListSAMLProviderTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the Security Assertion Markup Language (SAML) identity provider.
|
ListSAMLProviderTagsResult |
ListSAMLProviderTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the Security Assertion Markup Language (SAML) identity provider.
|
Copyright © 2021. All rights reserved.