Uses of Class
software.amazon.awssdk.services.workmail.model.CreateIdentityCenterApplicationResponse
-
Packages that use CreateIdentityCenterApplicationResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of CreateIdentityCenterApplicationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return CreateIdentityCenterApplicationResponse Modifier and Type Method Description default CreateIdentityCenterApplicationResponseWorkMailClient. createIdentityCenterApplication(Consumer<CreateIdentityCenterApplicationRequest.Builder> createIdentityCenterApplicationRequest)Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration.default CreateIdentityCenterApplicationResponseWorkMailClient. createIdentityCenterApplication(CreateIdentityCenterApplicationRequest createIdentityCenterApplicationRequest)Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type CreateIdentityCenterApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateIdentityCenterApplicationResponse>WorkMailAsyncClient. createIdentityCenterApplication(Consumer<CreateIdentityCenterApplicationRequest.Builder> createIdentityCenterApplicationRequest)Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration.default CompletableFuture<CreateIdentityCenterApplicationResponse>WorkMailAsyncClient. createIdentityCenterApplication(CreateIdentityCenterApplicationRequest createIdentityCenterApplicationRequest)Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration.
-