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