Uses of Interface
software.amazon.awssdk.services.ssmsap.model.GetComponentRequest.Builder
-
Packages that use GetComponentRequest.Builder 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.software.amazon.awssdk.services.ssmsap.model -
-
Uses of GetComponentRequest.Builder in software.amazon.awssdk.services.ssmsap
Method parameters in software.amazon.awssdk.services.ssmsap with type arguments of type GetComponentRequest.Builder 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 GetComponentResponseSsmSapClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the component of an application registered with AWS Systems Manager for SAP. -
Uses of GetComponentRequest.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return GetComponentRequest.Builder Modifier and Type Method Description GetComponentRequest.BuilderGetComponentRequest.Builder. applicationId(String applicationId)The ID of the application.static GetComponentRequest.BuilderGetComponentRequest. builder()GetComponentRequest.BuilderGetComponentRequest.Builder. componentId(String componentId)The ID of the component.GetComponentRequest.BuilderGetComponentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentRequest.BuilderGetComponentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentRequest.BuilderGetComponentRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type GetComponentRequest.Builder Modifier and Type Method Description static Class<? extends GetComponentRequest.Builder>GetComponentRequest. serializableBuilderClass()
-