Uses of Class
software.amazon.awssdk.services.appintegrations.model.GetApplicationRequest
-
Packages that use GetApplicationRequest Package Description software.amazon.awssdk.services.appintegrations software.amazon.awssdk.services.appintegrations.transform -
-
Uses of GetApplicationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type GetApplicationRequest Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>AppIntegrationsAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Get an Application resource.default GetApplicationResponseAppIntegrationsClient. getApplication(GetApplicationRequest getApplicationRequest)Get an Application resource. -
Uses of GetApplicationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type GetApplicationRequest Modifier and Type Method Description SdkHttpFullRequestGetApplicationRequestMarshaller. marshall(GetApplicationRequest getApplicationRequest)
-