Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.GetApplicationResponse
-
Packages that use GetApplicationResponse Package Description software.amazon.awssdk.services.serverlessapplicationrepository The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud. -
-
Uses of GetApplicationResponse in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseServerlessApplicationRepositoryClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Gets the specified application.default GetApplicationResponseServerlessApplicationRepositoryClient. getApplication(GetApplicationRequest getApplicationRequest)Gets the specified application.Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>ServerlessApplicationRepositoryAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Gets the specified application.default CompletableFuture<GetApplicationResponse>ServerlessApplicationRepositoryAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Gets the specified application.
-