Uses of Class
software.amazon.awssdk.services.iam.model.CreateServiceSpecificCredentialResponse
-
Packages that use CreateServiceSpecificCredentialResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of CreateServiceSpecificCredentialResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return CreateServiceSpecificCredentialResponse Modifier and Type Method Description default CreateServiceSpecificCredentialResponseIamClient. createServiceSpecificCredential(Consumer<CreateServiceSpecificCredentialRequest.Builder> createServiceSpecificCredentialRequest)Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request.default CreateServiceSpecificCredentialResponseIamClient. createServiceSpecificCredential(CreateServiceSpecificCredentialRequest createServiceSpecificCredentialRequest)Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request.Methods in software.amazon.awssdk.services.iam that return types with arguments of type CreateServiceSpecificCredentialResponse Modifier and Type Method Description default CompletableFuture<CreateServiceSpecificCredentialResponse>IamAsyncClient. createServiceSpecificCredential(Consumer<CreateServiceSpecificCredentialRequest.Builder> createServiceSpecificCredentialRequest)Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request.default CompletableFuture<CreateServiceSpecificCredentialResponse>IamAsyncClient. createServiceSpecificCredential(CreateServiceSpecificCredentialRequest createServiceSpecificCredentialRequest)Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request.
-