| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default AddRoleToInstanceProfileResponse |
IamClient.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified IAM role to the specified instance profile.
|
default AddRoleToInstanceProfileResponse |
IamClient.addRoleToInstanceProfile(Consumer<AddRoleToInstanceProfileRequest.Builder> addRoleToInstanceProfileRequest)
Adds the specified IAM role to the specified instance profile.
|
default CreateAccountAliasResponse |
IamClient.createAccountAlias(Consumer<CreateAccountAliasRequest.Builder> createAccountAliasRequest)
Creates an alias for your Amazon Web Services account.
|
default CreateAccountAliasResponse |
IamClient.createAccountAlias(CreateAccountAliasRequest createAccountAliasRequest)
Creates an alias for your Amazon Web Services account.
|
default CreateGroupResponse |
IamClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a new group.
|
default CreateGroupResponse |
IamClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a new group.
|
default CreateInstanceProfileResponse |
IamClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)
Creates a new instance profile.
|
default CreateInstanceProfileResponse |
IamClient.createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)
Creates a new instance profile.
|
default CreateLoginProfileResponse |
IamClient.createLoginProfile(Consumer<CreateLoginProfileRequest.Builder> createLoginProfileRequest)
Creates a password for the specified IAM user.
|
default CreateLoginProfileResponse |
IamClient.createLoginProfile(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified IAM user.
|
default CreateOpenIdConnectProviderResponse |
IamClient.createOpenIDConnectProvider(Consumer<CreateOpenIdConnectProviderRequest.Builder> createOpenIdConnectProviderRequest)
Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC).
|
default CreateOpenIdConnectProviderResponse |
IamClient.createOpenIDConnectProvider(CreateOpenIdConnectProviderRequest createOpenIdConnectProviderRequest)
Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC).
|
default CreatePolicyResponse |
IamClient.createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)
Creates a new managed policy for your Amazon Web Services account.
|
default CreatePolicyResponse |
IamClient.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates a new managed policy for your Amazon Web Services account.
|
default CreateRoleResponse |
IamClient.createRole(Consumer<CreateRoleRequest.Builder> createRoleRequest)
Creates a new role for your Amazon Web Services account.
|
default CreateRoleResponse |
IamClient.createRole(CreateRoleRequest createRoleRequest)
Creates a new role for your Amazon Web Services account.
|
default CreateSamlProviderResponse |
IamClient.createSAMLProvider(Consumer<CreateSamlProviderRequest.Builder> createSamlProviderRequest)
Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.
|
default CreateSamlProviderResponse |
IamClient.createSAMLProvider(CreateSamlProviderRequest createSamlProviderRequest)
Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.
|
default CreateUserResponse |
IamClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a new IAM user for your Amazon Web Services account.
|
default CreateUserResponse |
IamClient.createUser(CreateUserRequest createUserRequest)
Creates a new IAM user for your Amazon Web Services account.
|
default CreateVirtualMfaDeviceResponse |
IamClient.createVirtualMFADevice(Consumer<CreateVirtualMfaDeviceRequest.Builder> createVirtualMfaDeviceRequest)
Creates a new virtual MFA device for the Amazon Web Services account.
|
default CreateVirtualMfaDeviceResponse |
IamClient.createVirtualMFADevice(CreateVirtualMfaDeviceRequest createVirtualMfaDeviceRequest)
Creates a new virtual MFA device for the Amazon Web Services account.
|
default EnableMfaDeviceResponse |
IamClient.enableMFADevice(Consumer<EnableMfaDeviceRequest.Builder> enableMfaDeviceRequest)
Enables the specified MFA device and associates it with the specified IAM user.
|
default EnableMfaDeviceResponse |
IamClient.enableMFADevice(EnableMfaDeviceRequest enableMfaDeviceRequest)
Enables the specified MFA device and associates it with the specified IAM user.
|
default UpdateGroupResponse |
IamClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates the name and/or the path of the specified IAM group.
|
default UpdateGroupResponse |
IamClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.
|
default UpdateServerCertificateResponse |
IamClient.updateServerCertificate(Consumer<UpdateServerCertificateRequest.Builder> updateServerCertificateRequest)
Updates the name and/or the path of the specified server certificate stored in IAM.
|
default UpdateServerCertificateResponse |
IamClient.updateServerCertificate(UpdateServerCertificateRequest updateServerCertificateRequest)
Updates the name and/or the path of the specified server certificate stored in IAM.
|
default UpdateUserResponse |
IamClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
default UpdateUserResponse |
IamClient.updateUser(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
default UploadServerCertificateResponse |
IamClient.uploadServerCertificate(Consumer<UploadServerCertificateRequest.Builder> uploadServerCertificateRequest)
Uploads a server certificate entity for the Amazon Web Services account.
|
default UploadServerCertificateResponse |
IamClient.uploadServerCertificate(UploadServerCertificateRequest uploadServerCertificateRequest)
Uploads a server certificate entity for the Amazon Web Services account.
|
default UploadSigningCertificateResponse |
IamClient.uploadSigningCertificate(Consumer<UploadSigningCertificateRequest.Builder> uploadSigningCertificateRequest)
Uploads an X.509 signing certificate and associates it with the specified IAM user.
|
default UploadSigningCertificateResponse |
IamClient.uploadSigningCertificate(UploadSigningCertificateRequest uploadSigningCertificateRequest)
Uploads an X.509 signing certificate and associates it with the specified IAM user.
|
Copyright © 2022. All rights reserved.