Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ResetNotificationSettingsResponse
-
Packages that use ResetNotificationSettingsResponse Package Description software.amazon.awssdk.services.rolesanywhere 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. -
-
Uses of ResetNotificationSettingsResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ResetNotificationSettingsResponse Modifier and Type Method Description default ResetNotificationSettingsResponseRolesAnywhereClient. resetNotificationSettings(Consumer<ResetNotificationSettingsRequest.Builder> resetNotificationSettingsRequest)Resets the custom notification setting to IAM Roles Anywhere default setting.default ResetNotificationSettingsResponseRolesAnywhereClient. resetNotificationSettings(ResetNotificationSettingsRequest resetNotificationSettingsRequest)Resets the custom notification setting to IAM Roles Anywhere default setting.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ResetNotificationSettingsResponse Modifier and Type Method Description default CompletableFuture<ResetNotificationSettingsResponse>RolesAnywhereAsyncClient. resetNotificationSettings(Consumer<ResetNotificationSettingsRequest.Builder> resetNotificationSettingsRequest)Resets the custom notification setting to IAM Roles Anywhere default setting.default CompletableFuture<ResetNotificationSettingsResponse>RolesAnywhereAsyncClient. resetNotificationSettings(ResetNotificationSettingsRequest resetNotificationSettingsRequest)Resets the custom notification setting to IAM Roles Anywhere default setting.
-