Uses of Class
software.amazon.awssdk.services.ssmsap.model.GetApplicationResponse
-
Packages that use GetApplicationResponse Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. -
-
Uses of GetApplicationResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseSsmSapClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Gets an application registered with AWS Systems Manager for SAP.default GetApplicationResponseSsmSapClient. getApplication(GetApplicationRequest getApplicationRequest)Gets an application registered with AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>SsmSapAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Gets an application registered with AWS Systems Manager for SAP.default CompletableFuture<GetApplicationResponse>SsmSapAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Gets an application registered with AWS Systems Manager for SAP.
-