Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.CreateViewResponse.Builder
-
Packages that use CreateViewResponse.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of CreateViewResponse.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return CreateViewResponse.Builder Modifier and Type Method Description static CreateViewResponse.BuilderCreateViewResponse. builder()CreateViewResponse.BuilderCreateViewResponse. toBuilder()default CreateViewResponse.BuilderCreateViewResponse.Builder. view(Consumer<View.Builder> view)A structure that contains the details about the new view.CreateViewResponse.BuilderCreateViewResponse.Builder. view(View view)A structure that contains the details about the new view.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type CreateViewResponse.Builder Modifier and Type Method Description static Class<? extends CreateViewResponse.Builder>CreateViewResponse. serializableBuilderClass()
-