Uses of Interface
software.amazon.awssdk.services.outposts.model.UpdateOutpostResponse.Builder
-
Packages that use UpdateOutpostResponse.Builder Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of UpdateOutpostResponse.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UpdateOutpostResponse.Builder Modifier and Type Method Description static UpdateOutpostResponse.BuilderUpdateOutpostResponse. builder()default UpdateOutpostResponse.BuilderUpdateOutpostResponse.Builder. outpost(Consumer<Outpost.Builder> outpost)Sets the value of the Outpost property for this object.UpdateOutpostResponse.BuilderUpdateOutpostResponse.Builder. outpost(Outpost outpost)Sets the value of the Outpost property for this object.UpdateOutpostResponse.BuilderUpdateOutpostResponse. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UpdateOutpostResponse.Builder Modifier and Type Method Description static Class<? extends UpdateOutpostResponse.Builder>UpdateOutpostResponse. serializableBuilderClass()
-