Uses of Interface
software.amazon.awssdk.services.proton.model.GetComponentResponse.Builder
-
Packages that use GetComponentResponse.Builder Package Description software.amazon.awssdk.services.proton.model -
-
Uses of GetComponentResponse.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return GetComponentResponse.Builder Modifier and Type Method Description static GetComponentResponse.BuilderGetComponentResponse. builder()default GetComponentResponse.BuilderGetComponentResponse.Builder. component(Consumer<Component.Builder> component)The detailed data of the requested component.GetComponentResponse.BuilderGetComponentResponse.Builder. component(Component component)The detailed data of the requested component.GetComponentResponse.BuilderGetComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type GetComponentResponse.Builder Modifier and Type Method Description static Class<? extends GetComponentResponse.Builder>GetComponentResponse. serializableBuilderClass()
-