| 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.setDefaultPolicyVersion(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
void |
AmazonIdentityManagement.setDefaultPolicyVersion(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
Future<Void> |
AmazonIdentityManagementAsync.setDefaultPolicyVersionAsync(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.setDefaultPolicyVersionAsync(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
Future<Void> |
AmazonIdentityManagementAsync.setDefaultPolicyVersionAsync(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest,
AsyncHandler<SetDefaultPolicyVersionRequest,Void> asyncHandler)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.setDefaultPolicyVersionAsync(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest,
AsyncHandler<SetDefaultPolicyVersionRequest,Void> asyncHandler)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.setDefaultPolicyVersionAsync(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest,
AsyncHandler<SetDefaultPolicyVersionRequest,Void> asyncHandler)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.setDefaultPolicyVersionAsync(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest,
AsyncHandler<SetDefaultPolicyVersionRequest,Void> asyncHandler)
Sets the specified version of the specified policy as the policy's
default (operative) version.
|
| Modifier and Type | Method and Description |
|---|---|
SetDefaultPolicyVersionRequest |
SetDefaultPolicyVersionRequest.clone() |
SetDefaultPolicyVersionRequest |
SetDefaultPolicyVersionRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN).
|
SetDefaultPolicyVersionRequest |
SetDefaultPolicyVersionRequest.withVersionId(String versionId)
The version of the policy to set as the default (operative) version.
|
Copyright © 2015. All rights reserved.