Uses of Class
software.amazon.awssdk.services.ssoadmin.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponse
SsoAdminClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.default CreateApplicationResponse
SsoAdminClient. createApplication(CreateApplicationRequest createApplicationRequest)
Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>
SsoAdminAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.default CompletableFuture<CreateApplicationResponse>
SsoAdminAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)
Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.
-