| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagementClient.updateOpenIDConnectProviderThumbprint(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest)
Replaces the existing list of server certificate thumbprints with a
new list.
|
void |
AmazonIdentityManagement.updateOpenIDConnectProviderThumbprint(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest)
Replaces the existing list of server certificate thumbprints with a
new list.
|
Future<Void> |
AmazonIdentityManagementAsync.updateOpenIDConnectProviderThumbprintAsync(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest)
Replaces the existing list of server certificate thumbprints with a
new list.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateOpenIDConnectProviderThumbprintAsync(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest)
Replaces the existing list of server certificate thumbprints with a
new list.
|
Future<Void> |
AmazonIdentityManagementAsync.updateOpenIDConnectProviderThumbprintAsync(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest,
AsyncHandler<UpdateOpenIDConnectProviderThumbprintRequest,Void> asyncHandler)
Replaces the existing list of server certificate thumbprints with a
new list.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateOpenIDConnectProviderThumbprintAsync(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest,
AsyncHandler<UpdateOpenIDConnectProviderThumbprintRequest,Void> asyncHandler)
Replaces the existing list of server certificate thumbprints with a
new list.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateOpenIDConnectProviderThumbprintAsync(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest,
AsyncHandler<UpdateOpenIDConnectProviderThumbprintRequest,Void> asyncHandler)
Replaces the existing list of server certificate thumbprints with a
new list.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateOpenIDConnectProviderThumbprintAsync(UpdateOpenIDConnectProviderThumbprintRequest updateOpenIDConnectProviderThumbprintRequest,
AsyncHandler<UpdateOpenIDConnectProviderThumbprintRequest,Void> asyncHandler)
Replaces the existing list of server certificate thumbprints with a
new list.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOpenIDConnectProviderThumbprintRequest |
UpdateOpenIDConnectProviderThumbprintRequest.clone() |
UpdateOpenIDConnectProviderThumbprintRequest |
UpdateOpenIDConnectProviderThumbprintRequest.withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to update the thumbprint for.
|
UpdateOpenIDConnectProviderThumbprintRequest |
UpdateOpenIDConnectProviderThumbprintRequest.withThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
UpdateOpenIDConnectProviderThumbprintRequest |
UpdateOpenIDConnectProviderThumbprintRequest.withThumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
Copyright © 2015. All rights reserved.