Uses of Class
software.amazon.awssdk.services.iam.model.DisableOrganizationsRootCredentialsManagementResponse
-
Packages that use DisableOrganizationsRootCredentialsManagementResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DisableOrganizationsRootCredentialsManagementResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DisableOrganizationsRootCredentialsManagementResponse Modifier and Type Method Description default DisableOrganizationsRootCredentialsManagementResponseIamClient. disableOrganizationsRootCredentialsManagement(Consumer<DisableOrganizationsRootCredentialsManagementRequest.Builder> disableOrganizationsRootCredentialsManagementRequest)Disables the management of privileged root user credentials across member accounts in your organization.default DisableOrganizationsRootCredentialsManagementResponseIamClient. disableOrganizationsRootCredentialsManagement(DisableOrganizationsRootCredentialsManagementRequest disableOrganizationsRootCredentialsManagementRequest)Disables the management of privileged root user credentials across member accounts in your organization.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DisableOrganizationsRootCredentialsManagementResponse Modifier and Type Method Description default CompletableFuture<DisableOrganizationsRootCredentialsManagementResponse>IamAsyncClient. disableOrganizationsRootCredentialsManagement(Consumer<DisableOrganizationsRootCredentialsManagementRequest.Builder> disableOrganizationsRootCredentialsManagementRequest)Disables the management of privileged root user credentials across member accounts in your organization.default CompletableFuture<DisableOrganizationsRootCredentialsManagementResponse>IamAsyncClient. disableOrganizationsRootCredentialsManagement(DisableOrganizationsRootCredentialsManagementRequest disableOrganizationsRootCredentialsManagementRequest)Disables the management of privileged root user credentials across member accounts in your organization.
-