Uses of Interface
software.amazon.awssdk.services.ssmsap.model.GetComponentResponse.Builder
-
Packages that use GetComponentResponse.Builder Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of GetComponentResponse.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return GetComponentResponse.Builder Modifier and Type Method Description static GetComponentResponse.BuilderGetComponentResponse. builder()default GetComponentResponse.BuilderGetComponentResponse.Builder. component(Consumer<Component.Builder> component)The component of an application registered with AWS Systems Manager for SAP.GetComponentResponse.BuilderGetComponentResponse.Builder. component(Component component)The component of an application registered with AWS Systems Manager for SAP.GetComponentResponse.BuilderGetComponentResponse.Builder. tags(Map<String,String> tags)The tags of a component.GetComponentResponse.BuilderGetComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type GetComponentResponse.Builder Modifier and Type Method Description static Class<? extends GetComponentResponse.Builder>GetComponentResponse. serializableBuilderClass()
-