Uses of Class
software.amazon.awssdk.services.ssmsap.model.GetComponentResponse
-
Packages that use GetComponentResponse 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 GetComponentResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return GetComponentResponse Modifier and Type Method Description default GetComponentResponseSsmSapClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the component of an application registered with AWS Systems Manager for SAP.default GetComponentResponseSsmSapClient. getComponent(GetComponentRequest getComponentRequest)Gets the component of an application registered with AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type GetComponentResponse Modifier and Type Method Description default CompletableFuture<GetComponentResponse>SsmSapAsyncClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the component of an application registered with AWS Systems Manager for SAP.default CompletableFuture<GetComponentResponse>SsmSapAsyncClient. getComponent(GetComponentRequest getComponentRequest)Gets the component of an application registered with AWS Systems Manager for SAP.
-