| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere |
Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers,
and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials.
|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ResetNotificationSettingsResult> |
AbstractAWSIAMRolesAnywhereAsync.resetNotificationSettingsAsync(ResetNotificationSettingsRequest request,
AsyncHandler<ResetNotificationSettingsRequest,ResetNotificationSettingsResult> asyncHandler) |
Future<ResetNotificationSettingsResult> |
AWSIAMRolesAnywhereAsyncClient.resetNotificationSettingsAsync(ResetNotificationSettingsRequest request,
AsyncHandler<ResetNotificationSettingsRequest,ResetNotificationSettingsResult> asyncHandler) |
Future<ResetNotificationSettingsResult> |
AWSIAMRolesAnywhereAsync.resetNotificationSettingsAsync(ResetNotificationSettingsRequest resetNotificationSettingsRequest,
AsyncHandler<ResetNotificationSettingsRequest,ResetNotificationSettingsResult> asyncHandler)
Resets the custom notification setting to IAM Roles Anywhere default setting.
|
| Modifier and Type | Method and Description |
|---|---|
ResetNotificationSettingsRequest |
ResetNotificationSettingsRequest.clone() |
ResetNotificationSettingsRequest |
ResetNotificationSettingsRequest.withNotificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)
A list of notification setting keys to reset.
|
ResetNotificationSettingsRequest |
ResetNotificationSettingsRequest.withNotificationSettingKeys(NotificationSettingKey... notificationSettingKeys)
A list of notification setting keys to reset.
|
ResetNotificationSettingsRequest |
ResetNotificationSettingsRequest.withTrustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
Copyright © 2023. All rights reserved.