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