| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutResourcePolicyResult> |
AWSSimpleSystemsManagementAsyncClient.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
Future<PutResourcePolicyResult> |
AWSSimpleSystemsManagementAsync.putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Creates or updates a Systems Manager resource policy.
|
Future<PutResourcePolicyResult> |
AbstractAWSSimpleSystemsManagementAsync.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest |
PutResourcePolicyRequest.clone() |
PutResourcePolicyRequest |
PutResourcePolicyRequest.withPolicy(String policy)
A policy you want to associate with a resource.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withPolicyHash(String policyHash)
ID of the current policy version.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withPolicyId(String policyId)
The policy ID.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which you want to attach a policy.
|
Copyright © 2023. All rights reserved.